Sync Paradigm Centaur upstream through #1089 - #79
Merged
Conversation
fix(slackbotv2): support scoped trigger bot ids Co-authored-by: Perry Dime <260989497+svc-paradigm@users.noreply.github.com>
* fix: allow hosted MCP OAuth redirects * test: update MCP redirect rejection case
* feat: sync Granola via user OAuth * fix: satisfy Granola sync CI checks
* feat: expose sandbox permission query * fix: expose console URL to sandboxes * refactor: clarify sandbox console URL wiring * fix: require explicit API server proxy hosts * chore: bump chart version to 0.1.99 * fix: require configured sandbox entitlement host
* feat: project Granola notes into context * test: provision Granola RLS source table * test: provision Granola RLS identity helpers
* feat: harden console public login * refactor: simplify console SSO domain parsing * chore: bump chart version
* feat: ingest private Slack channels from OAuth * fix: remove private channel membership expiry * refactor: rename private Slack tables
Closes paradigmxyz#1068 Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
Closes paradigmxyz#1040 Co-authored-by: Anđelo Kandić <andelo.kandic@gmail.com>
* fix: support non-rotating Slack OAuth tokens * fix: preserve Slack OAuth token expiry semantics
Record the zero-overlap deployment requirement for the relation-renaming private Slack migration.
| end | ||
|
|
||
| def parse_meetings(text) | ||
| text.to_s.scan(MEETING_RE).filter_map do |id, title, date, body| |
| secret.build_source(source_type: "token_broker", config: { "credential_id" => credential.oid }) | ||
| secret.rules.build(host: "www.googleapis.com", position: 0) | ||
| secret.save! | ||
| Grant.create!(principal: @proxy.principal, static_secret: secret, created_by: users(:acme_admin)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
paradigmxyz/centaurthrough373e92c(upstream PRs fix: support non-rotating Slack OAuth tokens paradigmxyz/centaur#1088 and docs: clarify cron weekday numbering paradigmxyz/centaur#1089 included).0046, including immutable checksums and executable RLS coverage.Fineas goals preserved
Validation
cargo test --workspacecargo clippy --workspace --all-targets --all-features -- -D warningsgit diff --checkDeployment gate — source merge only
Do not deploy this PR through the ordinary overlapping rolling path yet. Migration
0046renames liveslack_dm_*relations and synchronously rebuilds both BM25 indexes. Old API pods and already-running sandboxes can still reference the old names, and the prior image is not a functional rollback after the rename.Before rollout:
xoxptoken and no OAuth-generatedxoxbwrapper is granted to an agent/channel role;This PR changes source only and does not mutate the live deployment.